15. Objective 1

Objective 1

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Error in video - Replace lines 12 and 13 with:

DBSession = sessionmaker(bind=engine)

session = DBSession()

Objective 1 solution can be found here:

https://github.com/udacity/Full-Stack-Foundations/blob/master/Lesson-2/Objective-1-Solution/webserver.py

Note:

A few times I say backslash "\" in this course, all slashes in this course should be forward slashes "/"